home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / bin / debconf-get < prev    next >
Text File  |  2007-02-15  |  107b  |  6 lines

  1. #!/bin/sh -e
  2. export DEBIAN_FRONTEND=noninteractive
  3. . /usr/share/debconf/confmodule
  4. db_get "$1"
  5. echo "$RET"
  6.